-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
trim package imports #15
base: main
Are you sure you want to change the base?
Conversation
throw out all packages from the import set that do not match any entry in a pkg.include file in gardenlinux
|
Please keep in mind that some included packages might be needed, but are not included anywhere in the GL features. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
work in progress, I will continue with this
@@ -6,79 +6,48 @@ apparmor | |||
apt-transport-https | |||
arptables | |||
auditd | |||
awscli | |||
azure-vm-utils |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
used by features/azure/pkg.include
bsdextrautils | ||
btrfs-progs | ||
bubblewrap | ||
build-essential |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
used by Nvidia installer test container https://github.com/gardenlinux/gardenlinux-nvidia-installer/blob/5708d7e5a7b5d3642465f958e577ee8f0ceaea71/test.Dockerfile#L7
not sure if we need this test.Dockerfile
ca-certificates | ||
ceph |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we should keep this
dosfstools | ||
dracut | ||
dracut-live | ||
dracut-network | ||
dwarves |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would like to have a driver build container with the typical build dependencies installed.
Why not some debian container? I would like to install the correct kernel headers for my target Garden Linux (kernel) version.
ebtables | ||
efibootmgr | ||
efi-shell-aa64 | ||
efi-shell-x64 | ||
efitools | ||
ethtool | ||
fatresize | ||
flex |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
for driver build container
ebtables | ||
efibootmgr | ||
efi-shell-aa64 | ||
efi-shell-x64 | ||
efitools | ||
ethtool | ||
fatresize | ||
flex | ||
gcc |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
for driver build container
lz4 | ||
lzip | ||
lzop | ||
make |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
for driver build container
throw out all packages from the import set that do not match any entry in a pkg.include file in gardenlinux
Warning
This may break non gardenlinux distros using our repo (e.g. gardenlinux-ccloud)
DO NOT merge till this is evaluated!